RealtimeDbOnValueMethodExtra
import { RealtimeDbOnValueMethodExtra } from "@hyper-fetch/firebase"
Description
Defined in adapter/types/adapter.realtimedb.types.ts:43
Preview
type RealtimeDbOnValueMethodExtra = {
ref: DatabaseReference;
snapshot: DataSnapshot;
unsubscribe: Unsubscribe;
}
Structure
{
ref: DatabaseReference;
snapshot: DataSnapshot;
unsubscribe: Unsubscribe;
}